home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000374_fdc@watsun.cc.columbia.edu_Mon Sep 10 13:26:48 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  6KB  |  147 lines

  1. Article: 12766 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Announcing C-Kermit 8.0 Beta.03
  6. Date: 10 Sep 2001 17:25:40 GMT
  7. Organization: Columbia University
  8. Lines: 131
  9. Message-ID: <9nit2k$q7b$1@newsmaster.cc.columbia.edu>
  10. NNTP-Posting-Host: watsun.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1000142740 26859 128.59.39.2 (10 Sep 2001 17:25:40 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 10 Sep 2001 17:25:40 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12766
  15.  
  16.  
  17. C-Kermit 8.0 Beta.03 is ready for testing:
  18.  
  19.   http://www.columbia.edu/kermit/ck80.html
  20.  
  21. Changes since Beta.02 of 28 June 2001:
  22.  
  23. Scripting:
  24.  . It is now possible for scripts to trap Ctrl-C.
  25.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x8.14
  26.  
  27. New HTTP facility:
  28.  . HTTP 1.1 persistent connections (reopened automatically on server close).
  29.  . One-shot URL-driven HTTP connections.
  30.  . Secure (https) connections.
  31.  . HTTP connections don't interfere with non-HTTP connections.
  32.  . HTTP OPEN, PUT, GET, HEAD, INDEX, POST, CLOSE fully scriptable.
  33.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x2.2
  34.  
  35. FTP improvements:
  36.  . New FTP [M]PUT /SIMULATE shows which files would be sent
  37.    (useful with /UPDATE, /RECURSIVE, etc).
  38.  . Empty directories are now mirrored on resursive directory-tree transfers.
  39.  . Better handling of symbolic links.
  40.  . Improved messages and feedback.
  41.  . New CDUP and REMOTE CDUP commands.
  42.  . { MGET,MPUT } /LISTFILE:filename now works.
  43.  . GET /RENAME-TO:, /MOVE-TO:, /SERVER-RENAME: fixed.
  44.  . PUT /AFTER: fixed.
  45.  . Various problems with directory-tree recursion fixed.
  46.  . Some incorrect transaction log entries fixed.
  47.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x3
  48.  
  49. Other networking:
  50.  . New IP address-to-name function \faddr2name().
  51.  . New IP name-to-address function \fname2addr().
  52.  . TCP service names are now treated case-independently (HTTP vs http).
  53.  . Numerous Kerberos, SSL/TLS, and SRP updates.
  54.  
  55. Big improvements in date-time parsing:
  56.  . Timezone conversion.
  57.  . Many, many more formats understood (RFC 2822, ISO 8061, Asctime, etc).
  58.  . New functions for comparing date-times and getting their difference.
  59.  . New flexible delta-time notation.
  60.  . Informative error messages for malformed date-times.
  61.  . Modified Julian Date (MJD) calculation fixed for 0000-1897 and 2100-9999.
  62.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x8.13
  63.  
  64. Pattern-matching improvements:
  65.  . GREP-like commands and functions now allow egrep-like anchors (^....$).
  66.  . INPUT \fpattern() is much more efficient.
  67.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x8.12
  68.  
  69. Kermit file transfer improvements:
  70.  . Better handling of symbolic links.
  71.  . New reporting of skip reason when a file is skipped (e.g. "date").
  72.  . SEND /MAIL /SUBJECT:"lots of text" fixed.
  73.  . Some subtle problems with REGET fixed.
  74.  . Some confusion with BRIEF file-transfer display fixed.
  75.  . File count in file-transfer statistics could be incorrect.
  76.  
  77. New or improved commands:
  78.  . SET EXIT HANGUP { ON, OFF } allows skipping of hangup on exit.
  79.  . SET FILE EOF { LENGTH, CTRL-Z } for coping with DOS or CP/M text files.
  80.  . CHMOD now gives meaningful error messages.
  81.  . RENAME can now rename directories as well as files.
  82.  . ASK and ASKQ now have a /TIMEOUT:sec switch.
  83.  . DIRECTORY blah, where blah lacks read permission, now works.
  84.  . Documentation: http://www.columbia.edu/kermit/ckermit3.html#x7
  85.  
  86. Bug fixes etc:
  87.  . New general fix installed for ncurses loss-of-buffering bug.
  88.  . \v(dialresult) messages were off by one.
  89.  . SET FILE STRINGSPACE and LISTSIZE needed more work.
  90.  . The SHIFT command gave incorrect results on some architectures.
  91.  . Switch arguments could be ignored if switch preceded by 2 or more spaces.
  92.  . SET TERM IDLE-ACTION HANGUP didn't work if modem ignored DTR.
  93.  . OpenBSD hardware flow control didn't work.
  94.  . OpenBSD UUCP lockfile was wrong and uu_lock() should have been used.
  95.  . Fixed PTY handling in Ultrix.
  96.  . Improved error reporting for PTY operations.
  97.  . Fixes SCO OSR5 makefile targets.
  98.  . FOR-loops did not work if loop variable started with certain letters.
  99.  . Handle -B (background) command-line arg at earliest possible moment.
  100.  . _UNDEFINE /MATCHING didn't always catch everything.
  101.  . RLOGIN error message for VMS are no longer overwritten by prompt.
  102.  . Ctrl-C during ASK or similar command clobbered command recall.
  103.  . Some messages that were not suppressed with SET QUIET ON are now.
  104.  
  105. New platforms:
  106.  . QNX 6
  107.  . VMS 7.3
  108.  . FreeBSD 4.4
  109.  . Apple Darwin 1.3.3
  110.  . SCO Open Unix 8.0
  111.  . Slackware 8.0
  112.  . Red Hat 7.1
  113.  
  114. Remember that the source-code set now includes the security modules, which
  115. are now legal to export.  Given the appropriate Kerberos, OpenSSL, and/or
  116. SRP libraries and header files, you can build secure C-Kermit versions that
  117. include secure Telnet, Rlogin, IKSD, and HTTP clients.  For instructions
  118. see:
  119.  
  120.   http://www.columbia.edu/kermit/security80.html
  121.  
  122. C-Kermit 8.0.200 Beta.03 has been built on about 90 different OS/hardware
  123. combinations so far.  Please see the binaries list at the end of the web
  124. page; if you have a platform that does not have a Beta.03 binary listed,
  125. please try building it there and upload the result.  For UNIX please use
  126. a name like:
  127.  
  128.   ftp://kermit.columbia.edu/kermit/incoming/cku200b03.xxx
  129.  
  130. where xxx follows the normal convention of makefile entry name,
  131. hardware, OS release, whatever was used in the previous Beta:
  132.  
  133.   http://www.columbia.edu/kermit/ck80.html#binlist
  134.  
  135. For VMS use:
  136.  
  137.   ftp://kermit.columbia.edu/kermit/incoming/ckv200b03-ppp-vmsvv-nnnnn.exe
  138.  
  139. where ppp is "axp" or "vax", vv is the VMS version (e.g. "71" for 7.1), and
  140. nnnnn is the network option ("nonet", "tgv43", "ucx50", etc).
  141.  
  142. If you have trouble with the new Beta, please let me know.
  143.  
  144. Thanks!
  145.  
  146. - Frank
  147.